/* HTML */
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
}


.ml3 {
    font-weight: 900;
  }



  .loader {
    border: 16px solid #343A40;
    border-radius: 50%;
    border-top: 16px solid #FFC107;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
  }
  
  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
  #loaderContainer {
      position: fixed;
      background-color: rgba(0, 0, 0, 0.8);
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 9999;
  }
  
  .d-none {
      display: none !important;
  }
/**************************************************** Progress BAR******************************************************************************/
#progress{
	background-color: #36ac12;
	height: 4px;
	width: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999; 
}


/* ********************************************************************************************* */
                                        /* MAIN */

main{
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
}


/************************************************************************************** */
                                            /* EN TETE */
#header{ 
    background-image: url(../img/hardisk.jpg);
    filter: blur(0.2rem);
    background-repeat: no-repeat;
    height: 750px;
    background-size: 100% 900px !important;  
    width: 100%;  
    background-attachment: fixed;
    position: relative;
    z-index: 1;
} 
header h1 {
    padding: 0;
    margin: 0;
}

/* ********************************************************************************************** */
                                    /* Titre de cv */

.titre {
    color: #36ac12;
    text-align: left;
    margin-left: 1.5em;
    padding-top: 200px;
    z-index: 2;
    position: absolute;
    top: 0.3rem;
    margin-top: 150px;
    font-size: 5rem;
}

/* ********************************************************************************************* */
                                        /* NAVBAR */

.fix-nav{
    z-index: 9999;
    position: fixed;
    top: 0px;
    /* Mise en forme */
    width: 100%
}

h2{
 margin-bottom: 20px;
 /* text-transform: uppercase; */
 color: #2ada5ed0;
}

h2 p {
    font-size: 2rem;
    margin-top: 10px;
    color: #333;
}

hr{
    width: 200px;
    border: 3px solid #36ac12;
}
.dowl{
    background-color: darkgray;
    border-radius: 0.5rem;
    border: 1px solid black;

}
.dowl a:hover{
    background-color: grey;
    font-size: 4rem;
}

/* ********************************************************************************************* */
                                    /* A PROPROS */

#apropos {
    margin-bottom: 200px;
    /* padding-top: 100px; */
   background-color: lightgrey;
}

.apropos{
    margin-top: 100px;
    padding-right: 0;
    padding-left: 0;
}





/* ********************************************************************************************* */
                                    /* COMPETENCE */
.competence{
    margin-top: 100px;
    margin-bottom: 100px;
}
ul {

    list-style: none;
}

.progress-title, .progress{
    margin-bottom: 20px;
}


/* ************************************** * EXPERIENCE ******************************************************** */

#experiences{
    background-color: lightgrey;
    padding-bottom: 100px;
    padding-top: 100px;
}

.experience {
	background: #FFF;
	border-radius: 4px;
	padding: 23px;
	position: relative;
    overflow: hidden;
    margin-top: 64px;
    height: 150px;
}

.experience .experience-titre {
	width:30%;
	text-align: right;
	padding-right: 45px;
	float:left;
}
.experience-titre .titre-exp {
	color:#32323a;
	margin: 0;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
}
.experience-titre .societe {
	font-size: 16px;
	color:#808080;
}
.experience .date {
    background: #9fba72;
    border:15px solid #f1f2f7;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	padding-top: 40px;
	width: 145px;
	height: 145px;
	border-radius: 50%;
	text-align: center;
	border:10px solid #f1f2f7;
	position: absolute;
	top:-8px;
    left:30%;
    transition: all .35s ease;
}

.experience:hover .date{
    -webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
    transform: rotate(360deg);
    border:15px solid #f1f2f7;
    padding-top: 20px;
    background: #9fba72;
}

.experience .description{
	float: right;
	width: 53%;
}

   











/* ********************************************************************************************* */
                                    /* REALISATION */


.realisation{
    margin-top: 100px;
    margin-bottom: 200px;
}


/* ********************************************************************************************* */
                                    /* CONTACT */

.formMail{
    margin-top: 100px;
}


/* ********************************************************************************************* */
                                    /* FOOTER */

footer .card {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} 

.fas {
    color: #6885c5;
}

footer h2 {
    color: #0066ff;
}
.contact{
    margin-top: 100px;
}
footer a {
    text-decoration: none;
    color: #fff
}
footer a:hover {
    color: #fff;
}

/* map leaflet */
#mapid { 
    height: 300px; 
}


